home *** CD-ROM | disk | FTP | other *** search
-
- /*
- Copyright 1993 Jeremy Slade.
-
- You are free to use all or any parts of the Locus project
- however you wish, just give credit where credit is due.
- The author (Jeremy Slade) shall not be held responsible
- for any damages that result out of use or misuse of any
- part of this project.
-
- */
-
- /*
- Project: Locus
-
- File: ItemList.m
-
- Description: See ItemList.h
-
- Original Author: Jeremy Slade
-
- Revision History:
- Created
- V.101 JGS Fri Mar 5 23:11:50 GMT-0700 1993
-
- */
-
-
- #import "ItemList.h"
-
-
- @implementation ItemList : List
-
-
- + initialize
- {
- [self setVersion:ItemList_VERSION];
- return ( self );
- }
-
-
-
- @end
-
-